home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; Name: lgatsdmw.inf
- ;
- ; Function:
- ; Install the LG CDMA USB Modem Diagnostic Serial Port Drivers (WDM) on Win9x
- ;
- ; Copyright (c) 1997-2001 MCCI
- ;
- ; $Id: lower9x.inf,v 1.16 2002/06/12 17:37:35 greg Exp $
- ;
- ; MCCI is a registered trademark of Moore Computer Consultants, Inc
- ;
- ; NOTICE: This software is licensed, not sold. Any modification of this
- ; inf file to change the reference to an operating system or to change the
- ; reference to a device is not permitted unless authorized in writing by
- ; Moore Computer Consultants, Inc..
- ;
- ;*****************************************************************************
-
- [Version]
- signature="$CHICAGO$"
- Class=USB
- ClassGuid={36FC9E60-c465-11cf-8056-444553540000}
- Provider=%Provider%
- DriverVer=10/15/2002, 3.35.0.600
-
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- ;-----------------------------------------------------------------------------
- ; Change A:\ to source drive (or omit to always (?) be prompted)
- ;-----------------------------------------------------------------------------
- [SourceDisksNames]
- ; diskid = description[, [tagfile] [, <unused>, subdir]]
- ; having the tagfile non-null seems to help...
- 1=%DiskString%,"lgatserd.sys",,
-
- [SourceDisksFiles]
- ; filename = diskid[,[ subdir][, size]]
- lgatserd.sys = 1
- lgatcr.sys = 1
- lgatvcr.vxd = 1
- lgatcm95.sys = 1
- lgatcmnt.sys = 1
- lgatcomm.vxd = 1
- lgatvcd.vxd = 1
- lgatsdmv.inf = 1
-
- ;-----------------------------------------------------------------------------
- ; Specify target paths...
- ;-----------------------------------------------------------------------------
- [DestinationDirs]
- DefaultDestDir = 11 ; LDID_SYS
- CopyFiles = 11 ; system
- CopyFiles.W95 = 11 ; system (for VXDs)
- CopyFiles.sys = 11 ; where .sys files go.
- CopyFiles.W95.sys = 11 ; where .sys files go.
- CopyFiles.W95.inf = 17,other ; INF Directory\other.
-
- ;-----------------------------------------------------------------------------
- ; Table of Contents
- ;-----------------------------------------------------------------------------
- [Manufacturer]
- %LG%=LG
-
- ;-----------------------------------------------------------------------------
- ; Device-by-device entries
- ;-----------------------------------------------------------------------------
- [LG]
- %LG.Comm.Desc% = LG.Install, USB\VID_1004&PID_6000&Class_FF&SubClass_FF&OS_9X
-
- ;-----------------------------------------------------------------------------
- ; Installation instructions
- ;-----------------------------------------------------------------------------
-
- [LG.Install]
- AddReg = LG.AddReg,LG.W95.AddReg,LG.W95.AddReg.CRGuid
- CopyFiles = CopyFiles, CopyFiles.W95, CopyFiles.sys, CopyFiles.W95.sys, CopyFiles.W95.Inf
- DriverVer=10/15/2002, 3.35.0.600
-
- ;-----------------------------------------------------------------------------
- ; Registry
- ;-----------------------------------------------------------------------------
-
- ; common registry entries
- [LG.AddReg]
- HKR,,NTMPDriver,,lgatserd.sys
- HKR,,CRUpperDescription,,%UpperDescription%
-
- ; only for Win95....
- [LG.W95.AddReg]
- HKR,,DevLoader,,*ntkern
-
- [LG.W95.Addreg.CRGuid]
- HKR,,CRGuid,,{619BB058-77AD-40f0-B9B1-79CDEBC6C7AE}
-
- ;-----------------------------------------------------------------------------
- ; Copy lists
- ;-----------------------------------------------------------------------------
- [CopyFiles]
-
- [CopyFiles.W95]
- lgatvcr.vxd
- lgatcomm.vxd
- lgatvcd.vxd
-
- [CopyFiles.sys]
- lgatserd.sys
- lgatcr.sys
-
- [CopyFiles.W95.sys]
- lgatcm.sys,lgatcm95.sys
- lgatcm95.sys
- lgatcmnt.sys
-
- [Copyfiles.W95.inf]
- lgatsdmv.inf
-
-
- ;-----------------------------------------------------------------------------
- ; STRINGS
- ;-----------------------------------------------------------------------------
- [Strings]
-
- ;BEGIN ENG - US English Strings
- Provider = "LG Electronics Inc."
- LG = "LG Electronics Inc."
- DiskString = "LG CDMA USB Diagnostic Serial Port Drivers installation disk"
-
- LG.Comm.Desc = "LG CDMA USB Modem Diagnostic Serial Port Drivers (WDM)"
- UpperDescription = "LG CDMA USB Modem Diagnostic Serial Port Drivers (VCOMM)"
-
- CustomerDataPath = "LG CDMA USB Modem"
- DriverSet = "LG CDMA USB Modem Software"
- UninstallFile = "LGATUninstall.exe"
- McciOptions = "Uninstallable"
-
-
- ;END ENG - US English Strings
-
-
- ;-----------------------------------------------------------------------------
- ; The following are symbolic constants which don't change per locale.
- ;-----------------------------------------------------------------------------
-
-
- ;*** end of file ***
-